Skip to content

Commit

Permalink
len - 1 is unsigned
Browse files Browse the repository at this point in the history
Github: Closes #74
  • Loading branch information
JeromeMartinez authored and michaelni committed Jul 2, 2017
1 parent 5b5e42e commit 45e70a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffv1.md
Expand Up @@ -1223,7 +1223,7 @@ pseudo-code | type
QuantizationTable(i, j, scale) { |
v = 0 |
for( k = 0; k < 128; ) { |
len - 1 | sr
len - 1 | ur
for( a = 0; a < len; a++ ) { |
quant_tables[ i ][ j ][ k ] = scale* v |
k++ |
Expand Down

0 comments on commit 45e70a0

Please sign in to comment.